projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffd4c76
)
(hexl-find-file): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 8 Jul 2006 15:52:23 +0000
(15:52 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 8 Jul 2006 15:52:23 +0000
(15:52 +0000)
lisp/hexl.el
patch
|
blob
|
history
diff --git
a/lisp/hexl.el
b/lisp/hexl.el
index e2078fceecb6678a8a4baff26350fc2b0c0e5326..d753fc830178cac5b929d43d443ff40bc4827f22 100644
(file)
--- a/
lisp/hexl.el
+++ b/
lisp/hexl.el
@@
-351,8
+351,9
@@
You can use \\[hexl-find-file] to visit a file in Hexl mode.
;;;###autoload
(defun hexl-find-file (filename)
- "Edit file FILENAME in `hexl-mode'.
-Switch to a buffer visiting file FILENAME, creating one in none exists."
+ "Edit file FILENAME as a binary file in hex dump format.
+Switch to a buffer visiting file FILENAME, creating one if none exists,
+and edit the file in `hexl-mode'."
(interactive
(list
(let ((completion-ignored-extensions nil))